RFP-003: add Zcash transparent pair, scope out shielded#49
Open
fryorcraken wants to merge 1 commit intomasterfrom
Open
RFP-003: add Zcash transparent pair, scope out shielded#49fryorcraken wants to merge 1 commit intomasterfrom
fryorcraken wants to merge 1 commit intomasterfrom
Conversation
Adds LEZ–ZEC as the fourth supported pair, scoped to Zcash transparent (t1...) addresses via BIP-199-style HTLCs (with ECDSA adaptor sigs as an encouraged variant for cross-chain unlinkability). Zcash shielded (Sapling / Orchard) is explicitly out of scope: there is no production atomic-swap construction for shielded pools today, the cryptographic state of the art does not provide a drop-in design for RedJubjub / RedPallas with per-spend re-randomization, and treating shielded as a research deliverable rather than a delivery deliverable matches what every production Zcash swap (Zwap, Maya) actually does. The new appendix/zcash-atomic-swap-primitives.md captures the feasibility matrix, the re-randomization wrinkle for shielded adaptor sigs, and the trust-model distinction between atomic swaps and TSS-vault routing (Maya). Updates: Functionality req #5 (Zcash transparent), Usability reqs #1 and #11 (LEZ–ZEC SDK, zcashd/zebrad node setup), Supportability per-pair SDK and doc-packet items, Demos checklist, Recommended Team Profile, and Resources. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates: Functionality req #5 (Zcash transparent), Usability reqs (LEZ–ZEC SDK, `zcashd`/`zebrad` node setup), per-pair SDK doc-packet entries, demo checklist, Recommended Team Profile, and Resources.
Test plan
Related
This is a separate, independent change from #48 (LEZ primitive status) — both can land independently.
🤖 Generated with Claude Code